projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
321a210
)
win32: Remove unused variables
author
Benjamin Otte
<otte@redhat.com>
Tue, 21 May 2019 05:10:04 +0000
(07:10 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Tue, 21 May 2019 05:23:30 +0000
(07:23 +0200)
gdk/win32/gdksurface-win32.c
patch
|
blob
|
history
diff --git
a/gdk/win32/gdksurface-win32.c
b/gdk/win32/gdksurface-win32.c
index 93deebb41c2459b23b5d0c230d261fc8742b4848..a1157b33fb6bf9d22cea1a78bd0aca83f3d4166a 100644
(file)
--- a/
gdk/win32/gdksurface-win32.c
+++ b/
gdk/win32/gdksurface-win32.c
@@
-55,7
+55,6
@@
static void gdk_surface_impl_win32_finalize (GObject *object);
static gpointer parent_class = NULL;
static GSList *modal_window_stack = NULL;
-static const cairo_user_data_key_t gdk_win32_cairo_key;
typedef struct _FullscreenInfo FullscreenInfo;
struct _FullscreenInfo
@@
-746,7
+745,6
@@
gdk_win32_surface_destroy (GdkSurface *window,
gboolean foreign_destroy)
{
GdkSurfaceImplWin32 *surface_impl = GDK_SURFACE_IMPL_WIN32 (window->impl);
- GSList *tmp;
g_return_if_fail (GDK_IS_SURFACE (window));